home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / all_v100.zip / _SETUP.1 / 1-4-All.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1996-10-22  |  6KB  |  321 lines

  1. object Form2: TForm2
  2.   Left = 110
  3.   Top = 100
  4.   ActiveControl = ComboBox2
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Image Selection'
  8.   ClientHeight = 289
  9.   ClientWidth = 423
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 2
  22.     Width = 409
  23.     Height = 129
  24.   end
  25.   object Bevel3: TBevel
  26.     Left = 8
  27.     Top = 136
  28.     Width = 409
  29.     Height = 105
  30.   end
  31.   object Label1: TLabel
  32.     Left = 32
  33.     Top = 16
  34.     Width = 67
  35.     Height = 13
  36.     Caption = 'Image source:'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 50
  40.     Top = 112
  41.     Width = 33
  42.     Height = 13
  43.     Caption = 'Height:'
  44.   end
  45.   object Bevel2: TBevel
  46.     Left = 432
  47.     Top = 40
  48.     Width = 129
  49.     Height = 129
  50.   end
  51.   object Label4: TLabel
  52.     Left = 458
  53.     Top = 24
  54.     Width = 69
  55.     Height = 13
  56.     Caption = 'Image preview'
  57.   end
  58.   object Image4: TImage
  59.     Left = 11
  60.     Top = 216
  61.     Width = 13
  62.     Height = 15
  63.     AutoSize = True
  64.     Picture.Data = {<image000.bmp>}
  65.   end
  66.   object Image1: TImage
  67.     Left = 11
  68.     Top = 16
  69.     Width = 14
  70.     Height = 11
  71.     AutoSize = True
  72.     Picture.Data = {<image001.bmp>}
  73.   end
  74.   object Button1: TButton
  75.     Left = 392
  76.     Top = 8
  77.     Width = 18
  78.     Height = 18
  79.     Caption = '...'
  80.     TabOrder = 0
  81.     OnClick = Button1Click
  82.   end
  83.   object SpinEdit1: TSpinEdit
  84.     Left = 104
  85.     Top = 72
  86.     Width = 47
  87.     Height = 22
  88.     MaxValue = 100000
  89.     MinValue = 0
  90.     TabOrder = 2
  91.     Value = 0
  92.     OnChange = SpinEdit1Change
  93.   end
  94.   object SpinEdit2: TSpinEdit
  95.     Left = 104
  96.     Top = 104
  97.     Width = 47
  98.     Height = 22
  99.     MaxValue = 100000
  100.     MinValue = 0
  101.     TabOrder = 3
  102.     Value = 0
  103.     OnChange = SpinEdit2Change
  104.   end
  105.   object CheckBox2: TCheckBox
  106.     Left = 184
  107.     Top = 80
  108.     Width = 66
  109.     Height = 17
  110.     Caption = 'Alignment:'
  111.     TabOrder = 4
  112.   end
  113.   object ComboBox1: TComboBox
  114.     Left = 256
  115.     Top = 72
  116.     Width = 129
  117.     Height = 21
  118.     ItemHeight = 13
  119.     Items.Strings = (
  120.       'Top'
  121.       'Middle'
  122.       'Bottom'
  123.       'Left'
  124.       'Right'
  125.       'Texttop'
  126.       'Absmiddle'
  127.       'Absbottom'
  128.       'Baseline')
  129.     TabOrder = 5
  130.     OnChange = ComboBox1Change
  131.   end
  132.   object CheckBox3: TCheckBox
  133.     Left = 32
  134.     Top = 48
  135.     Width = 66
  136.     Height = 17
  137.     Caption = 'Alt. Text:'
  138.     TabOrder = 6
  139.   end
  140.   object Edit2: TEdit
  141.     Left = 104
  142.     Top = 40
  143.     Width = 281
  144.     Height = 21
  145.     TabOrder = 7
  146.     OnChange = Edit2Change
  147.   end
  148.   object BitBtn1: TBitBtn
  149.     Left = 336
  150.     Top = 256
  151.     Width = 75
  152.     Height = 25
  153.     Caption = 'Preview ->'
  154.     TabOrder = 8
  155.     OnClick = BitBtn1Click
  156.   end
  157.   object Button2: TButton
  158.     Left = 160
  159.     Top = 256
  160.     Width = 75
  161.     Height = 25
  162.     Caption = 'Ok'
  163.     Default = True
  164.     TabOrder = 9
  165.     OnClick = Button2Click
  166.   end
  167.   object Button3: TButton
  168.     Left = 248
  169.     Top = 256
  170.     Width = 75
  171.     Height = 25
  172.     Cancel = True
  173.     Caption = 'Cancel'
  174.     TabOrder = 10
  175.     OnClick = Button3Click
  176.   end
  177.   object ComboBox2: TComboBox
  178.     Left = 104
  179.     Top = 8
  180.     Width = 281
  181.     Height = 21
  182.     ItemHeight = 13
  183.     TabOrder = 11
  184.     OnChange = ComboBox2Change
  185.   end
  186.   object Edit1: TEdit
  187.     Left = 432
  188.     Top = 176
  189.     Width = 131
  190.     Height = 21
  191.     ReadOnly = True
  192.     TabOrder = 12
  193.   end
  194.   object CheckBox4: TCheckBox
  195.     Left = 184
  196.     Top = 112
  197.     Width = 51
  198.     Height = 17
  199.     Caption = 'Border:'
  200.     TabOrder = 13
  201.   end
  202.   object Edit3: TEdit
  203.     Left = 256
  204.     Top = 104
  205.     Width = 33
  206.     Height = 21
  207.     TabOrder = 14
  208.     Text = '0'
  209.     OnChange = Edit3Change
  210.   end
  211.   object CheckBox5: TCheckBox
  212.     Left = 32
  213.     Top = 216
  214.     Width = 157
  215.     Height = 17
  216.     Caption = 'Low resolution image source:'
  217.     TabOrder = 15
  218.   end
  219.   object ComboBox3: TComboBox
  220.     Left = 192
  221.     Top = 208
  222.     Width = 193
  223.     Height = 21
  224.     ItemHeight = 13
  225.     TabOrder = 16
  226.     OnChange = ComboBox3Change
  227.   end
  228.   object CheckBox6: TCheckBox
  229.     Left = 184
  230.     Top = 152
  231.     Width = 65
  232.     Height = 17
  233.     Caption = 'USEMAP:'
  234.     TabOrder = 17
  235.   end
  236.   object Edit4: TEdit
  237.     Left = 256
  238.     Top = 144
  239.     Width = 129
  240.     Height = 21
  241.     TabOrder = 18
  242.     OnChange = Edit4Change
  243.   end
  244.   object CheckBox7: TCheckBox
  245.     Left = 184
  246.     Top = 184
  247.     Width = 57
  248.     Height = 17
  249.     Caption = 'ISMAP'
  250.     TabOrder = 19
  251.   end
  252.   object Button4: TButton
  253.     Left = 392
  254.     Top = 208
  255.     Width = 18
  256.     Height = 18
  257.     Caption = '...'
  258.     TabOrder = 20
  259.     OnClick = Button4Click
  260.   end
  261.   object CheckBox1: TCheckBox
  262.     Left = 32
  263.     Top = 80
  264.     Width = 50
  265.     Height = 17
  266.     Caption = 'Width:'
  267.     TabOrder = 1
  268.   end
  269.   object CheckBox8: TCheckBox
  270.     Left = 32
  271.     Top = 152
  272.     Width = 65
  273.     Height = 17
  274.     Caption = 'VSpace:'
  275.     TabOrder = 21
  276.   end
  277.   object CheckBox9: TCheckBox
  278.     Left = 32
  279.     Top = 184
  280.     Width = 65
  281.     Height = 17
  282.     Caption = 'HSpace:'
  283.     TabOrder = 22
  284.   end
  285.   object Edit5: TEdit
  286.     Left = 104
  287.     Top = 144
  288.     Width = 49
  289.     Height = 21
  290.     TabOrder = 24
  291.     OnChange = Edit5Change
  292.   end
  293.   object Edit6: TEdit
  294.     Left = 104
  295.     Top = 176
  296.     Width = 49
  297.     Height = 21
  298.     TabOrder = 23
  299.     OnChange = Edit6Change
  300.   end
  301.   object GvboxCtrl1: TGvboxCtrl
  302.     Left = 432
  303.     Top = 40
  304.     Width = 129
  305.     Height = 129
  306.     ParentColor = False
  307.     TabOrder = 25
  308.     ControlData = {
  309.       00000100550D0000550D00006900000008000080FFFFFF000100010100010000
  310.       00000001000000000081000000803F0000803F00}
  311.   end
  312.   object OpenDialog1: TOpenDialog
  313.     FileEditStyle = fsEdit
  314.     Filter = 
  315.       'All image files|*.gif;*.jpeg;*.jpg|gifs|*.gif|jpeg files|*.jpg;*' +
  316.       '.jpeg'
  317.     Left = 120
  318.     Top = 256
  319.   end
  320. end
  321.